#slider-single {
    background: #666;
}

#slider-single img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
}

#slider-single .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: white;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 10vh;
}

#slider-single .overlay h1 {
    text-transform: uppercase;
    /* font-weight: 500; */
    margin-bottom: 0;
    font-size: 3.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    display: block;
}
h1.maintitle {
    text-transform: uppercase;
    text-align: center;
    margin: 3rem;
    font-size: 2.8rem;
}
#slider-single .overlay h3 {
    font-size: 2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    /* font-style: italic; */
    /* font-weight: 400; */
    display: block;
}